From: Antoine Musso Date: Thu, 14 Dec 2006 20:34:07 +0000 (+0000) Subject: make the base method compatible with its various children (strict standard) X-Git-Tag: 1.31.0-rc.0~54900 X-Git-Url: http://git.cyclocoop.org/%22.%24match%5B1%5D.%22?a=commitdiff_plain;h=94bd077a4901dd1465c9fd53f8718138333efd08;p=lhc%2Fweb%2Fwiklou.git make the base method compatible with its various children (strict standard) --- diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index 5b892fda7a..50fd4da474 100644 --- a/includes/SpecialPage.php +++ b/includes/SpecialPage.php @@ -667,7 +667,7 @@ class SpecialPage * If the special page is a redirect, then get the Title object it redirects to. * False otherwise. */ - function getRedirect( $subpage = false ) { + function getRedirect( $subpage ) { return false; }